home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / ssl_keys < prev    next >
Encoding:
Text File  |  2009-04-08  |  274 b   |  10 lines

  1. # vim:syntax=apparmor
  2. # private ssl permissions
  3.  
  4.   # Just include the whole /etc/ssl directory if we should have access to
  5.   # private keys since Ubuntu does not have a strict directory structure
  6.   # in /etc/ssl (beyond certs/ and private/)
  7.   /etc/ssl/ r,
  8.   /etc/ssl/** r,
  9.  
  10.